| Author |
Thread Statistics | Show CCP posts - 26 post(s) |

Max Kentarii
Chaos Faction
|
Posted - 2006.12.14 10:39:00 -
[1]
Is it possible to add support for optgroup tag? http://www.w3.org/TR/html4/interact/forms.html#h-17.6 ----- Enjoying life on the other side of the fence
Wreck Salvaging Database |

Max Kentarii
Chaos Faction
|
Posted - 2006.12.21 14:33:00 -
[2]
Edited by: Max Kentarii on 21/12/2006 14:32:55
Originally by: Djinn Antoniq Hi there,
I'm having some wierd hassles with the old favourite: the <textarea> tag. ..
Have you tried putting the textarea-tags outside the table tags? The IGB doesnt support nested tags very well  ----- Enjoying life on the other side of the fence
Got salvage? |

Max Kentarii
Chaos Faction
|
Posted - 2007.01.06 04:28:00 -
[3]
Originally by: Malrock .. It has a "security" feature where it uses "eve turst" to "login" user when he uses IGB to access the portal, when in OOG it uses a simple account/password pair, where the account is character name and password is what ever user set it to be while he "registers" using IGB. Now here's my issue. Request headers can be changed, so the IGB security can be breached, as far as i tryed i cannot use standard authentication with IGB (cookie issues ? asp.net 2.0 forms security) so it still presents security issue. ..
Have you tried using session variable for keeping track of a user's login state? Why do you need cookies? -----
Wreck Salvaging Database |

Max Kentarii
Chaos Faction
|
Posted - 2007.01.11 15:23:00 -
[4]
Have you checked that your site is not in your ignore list? Ignore list kinda has double functionality iirc.
Trust a site and tell it not to ask anymore will add that site to trusted and ignored. Ignore a site and tell it not to ask anymore will add it to ignored.
If you for some reason remove the site from trusted and it's still in your ignore list, it will not ask for trust. -----
Wreck Salvaging Database |

Max Kentarii
Nordic Endeavour
|
Posted - 2007.02.02 11:42:00 -
[5]
Originally by: Ryuichi A page that I had working with a (nabbed) trust function has now stopped working.
..snip..
Any ideas?
Quote: if ($ingame) {
Does this actually ever come true? $ingame doesnt seem to be set inside that function's scope.
Quote: //global $ingame, $trusted, $pilotname;
Why have you disabled this line?
Quote: $corpname = $_SERVER_VARS['HTTP_EVE_CORPNAME'];
This line is useless as well since you haven't added $corpname to the global line (which has been commented out ) -----
Wreck Salvaging Database |
| |
|